.page{
    list-style: none;
}
.page>li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
.page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color:white;
}
.page .pageItem:hover{
    border: solid thin #0099FF;
    background-color: #0099FF;
    color:white;
}
.page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 5px;
    background-color: #DDDDDD;
}

.map{
    width: 1195px;
    margin: auto;
    height: 587px;
    position: relative;
}
.map2{
    width: 1195px;
    margin: auto;
    height: 587px;
    position: relative;
}

.map .mapCon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url("../images/bg_02.png") no-repeat center center;
}
.map2 .mapCon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url("../images/bg_02.png") no-repeat center center;
}

.map .mapTit{
    position: absolute;
    top: 0;
    left: 88px;
    right: 88px;
}

.map2 .mapTit{
    position: absolute;
    top: 0;
    left: 88px;
    right: 88px;
}

.map .mapTit .line{
    height: 2px;
    background: #344da8;
    width: 100%;
}

.map2 .mapTit .line{
    height: 2px;
    background: #344da8;
    width: 100%;
}
.map .mapTit .text{
    font-size: 18px;
    color: #2d3b58;
    font-weight: bold;
    margin-top: 16px;
}

.map2 .mapTit .text{
    font-size: 18px;
    color: #2d3b58;
    font-weight: bold;
    margin-top: 16px;
}

.mapApply {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 480px;
    height: 480px;
    background: url(../images/mapApply-bg.png) no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mapApply .title {
    font-size: 26px;
    color: #235299;
    text-align: center;
    margin-top: 80px;
}
.mapApply .title2 {
    font-size: 16px;
    color: #697a95;
    text-align: center;
    margin: 10px 0;
}
.mapApply .text {
    font-size: 16px;
    color: #333333;
    width: 310px;
}
.mapApply .btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mapApply .btn li {
    width: 158px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 6px;
    box-sizing: border-box;
    margin-top: 22px;
    cursor: pointer;
}
.mapApply .btn li.list1 {
    background: url(../images/mapApply-list1.png) no-repeat;
}
.mapApply .btn li.list2 {
    background: url(../images/mapApply-list3.png) no-repeat;
}
.mapApply .btn li.list3 {
    background: url(../images/mapApply-list4.png) no-repeat;
}
.mapApply .btn li.list4 {
    background: url(../images/mapApply-list2.png) no-repeat;
}

